﻿
#main
{
    margin: 0 0 0 5px;
}
/******** 3 column layout to handle float drop ********/
.colmask
{
    width: 985px;
}
.threecol
{
    background: #fff; /* right column background colour */
}
.threecol .colmid
{
    right: 0px; /* width of the right column */
    background: #fff; /* center column background colour */
}
.threecol .colleft
{
    right: 815px; /* width of the middle column */
    background: #66BE6A; /* left column background colour */
    /*background: url('../Images/LBW/left_menu.png') right top repeat-y;*/
    
}
.threecol .col1
{
    width: 770px; /* width of center column content (column width minus padding on either side) */
    left: 790px; /* 100% plus left padding of center column */
    min-height: 500px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius:  8px 8px 0px 0px;
    border-radius:  8px 8px 2px 2px;
    behavior: url(/Scripts/PIE.htc);
    position:relative;
    z-index:0;
}
.threecol .col2
{
    width: 200px; /* Width of left column content (column width minus padding on either side) */
    left: 800px; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3
{
    width: 230px; /* Width of right column content (column width minus padding on either side) */
    left: 767px; /* Please make note of the brackets here: 						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}



/******** 2 column layout to handle float drop ********/
.leftmenu
{
    background: #fff; /* right column background colour */
}
.leftmenu .colleft
{
    right: 815px; /* right column width */
        background: #66BE6A; /* left column background colour */
    /*background: url('../Images/LBW/left_menu.png') right top repeat-y;*//* left column background colour */
}
.leftmenu .col1
{
    width: 755px; /* right column content width */
    padding: 0 10px 0 10px;
    left: 790px; /* 100% plus left column left padding */
    min-height: 500px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius:  8px 8px 0px 0px;
    border-radius:  8px 8px 2px 2px;
    position:relative;
    z-index:0;
    behavior: url(/Scripts/PIE.htc);
    height: auto;
    
}
.leftmenu .col2
{
    width: 200px; /* left column content width (column width minus left and right padding) */
    left: 800px; /* (right column left and right padding) plus (left column left padding) */
    height: auto;
}
/* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col2 {
        width: 960px;
        background:#fff;
	}
